home *** CD-ROM | disk | FTP | other *** search
- *** ppm/ppmdraw.h.orig Mon May 17 03:05:53 1993
- --- ppm/ppmdraw.h Tue May 18 13:32:48 1993
- ***************
- *** 48,54 ****
- ** and you want them to fit together without gaps.
- */
-
- ! int ppmd_setlineclipping ARGS(( int clip ));
- /* Normally, ppmd_line() clips to the edges of the pixmap. You can use this
- ** routine to disable the clipping, for example if you are using a drawproc
- ** that wants to do its own clipping.
- --- 48,55 ----
- ** and you want them to fit together without gaps.
- */
-
- ! int ppmd_setlineclip ARGS(( int clip ));
- ! #define ppmd_setlineclipping(x) ppmd_setlineclip(x)
- /* Normally, ppmd_line() clips to the edges of the pixmap. You can use this
- ** routine to disable the clipping, for example if you are using a drawproc
- ** that wants to do its own clipping.
- ***************
- *** 86,92 ****
- ** you can draw with the outline routines.
- */
-
- ! char* ppmd_fill_init( );
- /* Returns a blank fillhandle.
- */
-
- --- 87,93 ----
- ** you can draw with the outline routines.
- */
-
- ! char* ppmd_fill_init ARGS(( void ));
- /* Returns a blank fillhandle.
- */
-
-